src/ChangeLog: Rearrange the last 2 entries in correct order.
authorEli Zaretskii <eliz@gnu.org>
Mon, 17 Jun 2013 16:30:40 +0000 (19:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 17 Jun 2013 16:30:40 +0000 (19:30 +0300)
src/ChangeLog

index 5baff5df1e30c4677a6e78770fdd4950258e5158..8f02079daa019fd0b1a6c1753c13fb4893d2295e 100644 (file)
@@ -1,3 +1,9 @@
+2013-06-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT
+       unless we know that the window w's frame is a frame object.
+       Another attempt at solving bug#14062 and bug#14630.
+
 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * textprop.c (property_set_type): New enum.
@@ -8,12 +14,6 @@
        (Fadd_face_text_property): New function that calls
        add_text_properties_1.
 
-2013-06-17  Eli Zaretskii  <eliz@gnu.org>
-
-       * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT
-       unless we know that the window w's frame is a frame object.
-       Another attempt at solving bug#14062 and bug#14630.
-
 2013-06-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        Move functions from lisp.h to individual modules when possible.